feat: add ochami rcs XXX subcommands#96
Conversation
3f6206f to
81316a7
Compare
|
@synackd Do you know what is up with the CI here? |
|
Looks like something with Chainguard. I reran the job and it completed fine. Thanks for this change @cjh1! Got some fixes I'm trying to get in as well as metadata-service stuff for the new release PR, but I will take a look at this when I can. |
Thanks, I figured it was probably something transient, but didn't have the power to rerun the job.
No rush, thanks |
synackd
left a comment
There was a problem hiding this comment.
Haven't tested just yet, but am requesting some small code/docs changes in the meantime. Also, there have been some features that have been merged in that have modified go.mod. Can you rebase, resolve the conflicts, and go mod tidy?
a8a5d3a to
fc63ab0
Compare
synackd
left a comment
There was a problem hiding this comment.
I've tested this using the development docker-compose file and it appears to work fine. Just have a couple small comments to resolve and we can merge this.
Signed-off-by: Chris Harris <cjh@lbl.gov>
|
@synackd I think this is now ready to go? |
Checklist
make test(or equivalent) locally and all tests passgit commit -s) with my real name and email<filename>.licensesidecarLICENSES/directoryDescription
This adds subcommands to access the remote console service:
ochami rcs service status- Return the status of the service.ochami rcs console list- List the currently active consoles.ochami rcs console show <xname>- Show the console output for a particular console.ochami rcs console connect <xname>- Will connect you to an interactive console session.The best way to try this out is to use the dev docker-compose env in remote-console, which will setup an environment with a mock console. This can be brought up using:
You can then update you config with the folllowing:
Then you should be able run for example:
Fixes #72
Type of Change
For more info, see Contributing Guidelines.